From: Jim Blandy Date: Fri, 28 May 1993 04:35:57 +0000 (+0000) Subject: * config.h.in (UNEXEC_SRC): New macro, set by the configure X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95863 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=12fc7232938e0e8692d786f81df3d126b99d0ac9;p=emacs.git * config.h.in (UNEXEC_SRC): New macro, set by the configure script. * ymakefile (UNEXEC_SRC): Give it a default value here, and make UNEXEC depend on it. --- diff --git a/src/config.in b/src/config.in index f44d8f0277e..3bfff7f5853 100644 --- a/src/config.in +++ b/src/config.in @@ -94,6 +94,7 @@ and this notice must be preserved on all copies. */ #undef CRAY_STACKSEG_END #undef STACK_DIRECTION #undef const +#undef UNEXEC_SRC /* If using GNU, then support inline function declarations. */ #ifdef __GNUC__